What is the significance of ASP.NET routing?
6198
19-May-2012
Updated on 20-Sep-2020
Anonymous User
19-May-2012ASP.NET MVC uses ASP.NET routing, to map incoming browser requests to controller action methods. ASP.NET Routing makes use of route table. Route table is created when your web application first starts. The route table is present in the Global.asax file.